home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 March / UG3.ISO / Programos / DivXInstaller.exe / DivX Stream Engine / v3.0 / core / DirectDrawVideoOutput.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-01  |  1.1 KB  |  51 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE properties>
  3. <properties version="1.0">
  4.  
  5.   <name>
  6.     <short>Direct Draw</short>
  7.     <long>Direct Draw video and overlay renderer</long>
  8.   </name>
  9.  
  10.   <description>Renders video and overlays via the Direct Draw engine.</description>
  11.  
  12.   <type>plugin</type>
  13.  
  14.   <plugin>
  15.  
  16.     <name>com.divx.streamengine.plugin.DirectDraw</name>
  17.  
  18.     <interfaces>
  19.       <interface>
  20.         <name>com.divx.streamengine.plugin.Output.Multiple</name>
  21.       </interface>
  22.       <interface>
  23.         <name>com.divx.streamengine.pluginInterface.Output</name>
  24.       </interface>
  25.       <interface>
  26.         <name>com.divx.streamengine.pluginInterface.DSEPlugin</name>
  27.       </interface>
  28.     </interfaces>
  29.  
  30.     <StreamEngine version="2.1">
  31.  
  32.       <port type="in" mode="pull" model="retain" media="video">
  33.         <query/>
  34.       </port>
  35.  
  36.       <port type="in" mode="push" model="release" media="overlay">
  37.         <query/>
  38.       </port>
  39.  
  40.     </StreamEngine>
  41.  
  42.     <version>
  43.       <major>3</major>
  44.       <minor>0</minor>
  45.       <micro>0</micro>
  46.     </version>
  47.  
  48.   </plugin>
  49.  
  50. </properties>
  51.